home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.3 / CrtInterp.3 < prev    next >
Encoding:
Text File  |  1995-07-26  |  3.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333))))          TTTTccccllll (((( ))))          TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp((((3333))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           Tcl_CreateInterp, Tcl_DeleteInterp - create and  delete  Tcl
  12.           command interpreters
  13.  
  14.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  15.           ####iiiinnnncccclllluuuuddddeeee <<<<ttttccccllll....hhhh>>>>
  16.  
  17.           Tcl_Interp *
  18.           TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp()
  19.  
  20.           TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp(_i_n_t_e_r_p)
  21.  
  22.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  23.           Tcl_Interp   *_i_n_t_e_r_p   (in)      Token for interpreter to be
  24.                                            destroyed.
  25.      _________________________________________________________________
  26.  
  27.  
  28.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  29.           TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp creates a  new  interpreter  structure  and
  30.           returns  a  token for it.  The token is required in calls to
  31.           most  other  Tcl  procedures,  such  as   TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd,
  32.           TTTTccccllll____EEEEvvvvaaaallll, and TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp.  Clients are only allowed to
  33.           access a few of the fields of  Tcl_Interp  structures;   see
  34.           the  Tcl_Interp and TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd man pages for details.
  35.           The new interpreter is initialized with no defined variables
  36.           and  only  the built-in Tcl commands.  To bind in additional
  37.           commands, call TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd.
  38.  
  39.           TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp destroys a command interpreter and releases
  40.           all   of   the   resources  associated  with  it,  including
  41.           variables,  procedures,  and  application-specific   command
  42.           bindings.   After TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp returns the caller should
  43.           never again use the _i_n_t_e_r_p token.
  44.  
  45.  
  46.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  47.           command, create, delete, interpreter
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/10/95)
  64.  
  65.  
  66.  
  67.